home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue66 / Construc / Refactor / Source / fOptions.dfm < prev    next >
Encoding:
Text File  |  2000-10-15  |  2.0 KB  |  96 lines

  1. object f_options: Tf_options
  2.   Left = 341
  3.   Top = 115
  4.   BorderStyle = bsDialog
  5.   Caption = 'Project options'
  6.   ClientHeight = 203
  7.   ClientWidth = 321
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 171
  22.     Width = 321
  23.     Height = 32
  24.     Align = alBottom
  25.     TabOrder = 0
  26.     object b_OK: TBitBtn
  27.       Left = 236
  28.       Top = 5
  29.       Width = 75
  30.       Height = 24
  31.       Anchors = [akRight, akBottom]
  32.       Caption = '&OK'
  33.       TabOrder = 0
  34.       Kind = bkOK
  35.     end
  36.     object b_cancel: TBitBtn
  37.       Left = 140
  38.       Top = 5
  39.       Width = 75
  40.       Height = 24
  41.       Anchors = [akRight, akBottom]
  42.       Caption = '&Cancel'
  43.       TabOrder = 1
  44.       Kind = bkCancel
  45.     end
  46.   end
  47.   object cb_autoIncrement: TCheckBox
  48.     Left = 8
  49.     Top = 8
  50.     Width = 281
  51.     Height = 17
  52.     Caption = 'Auto &Increment File and Product Build each time.'
  53.     TabOrder = 1
  54.   end
  55.   object cb_AutoComment: TCheckBox
  56.     Left = 8
  57.     Top = 32
  58.     Width = 281
  59.     Height = 17
  60.     Caption = 'Add a &comment to each file before it is built.'
  61.     TabOrder = 2
  62.   end
  63.   object cb_minimize: TCheckBox
  64.     Left = 8
  65.     Top = 56
  66.     Width = 281
  67.     Height = 17
  68.     Caption = '&Minimize on build.'
  69.     TabOrder = 3
  70.   end
  71.   object cb_CheckVersion: TCheckBox
  72.     Left = 8
  73.     Top = 80
  74.     Width = 281
  75.     Height = 17
  76.     Caption = 'Check version info after build.'
  77.     TabOrder = 4
  78.   end
  79.   object cb_VerInfoInVerFile: TCheckBox
  80.     Left = 8
  81.     Top = 104
  82.     Width = 289
  83.     Height = 17
  84.     Caption = 'Put actual ver info in .ver file'
  85.     TabOrder = 5
  86.   end
  87.   object cb_HaltOnError: TCheckBox
  88.     Left = 8
  89.     Top = 128
  90.     Width = 297
  91.     Height = 17
  92.     Caption = 'Halt on compile error'
  93.     TabOrder = 6
  94.   end
  95. end
  96.